home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / Titans / game.swf / scripts / DefineButton2_58 / BUTTONCONDACTION on(press).as next >
Text File  |  2010-05-15  |  99b  |  8 lines

  1. on(press){
  2.    if(op <= menustatus)
  3.    {
  4.       zclick.start();
  5.       gotoAndPlay(61);
  6.    }
  7. }
  8.